home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wcl-21.lha / wcl-2.1 / src / build / compile-clx-script.lisp < prev    next >
Text File  |  1992-09-10  |  120b  |  10 lines

  1.  
  2. (in-package "LISP")
  3.  
  4. (load "compute-root.lisp")
  5. (load "library-definitions")
  6.  
  7. (make-clx-library)
  8. (make-clx-bin)
  9. (quit)
  10.